﻿/*内页 公共样式*/
.ny-container {
	max-width: 1340px;
	padding: 0 10px;
	margin: 0 auto;
}
/*内页 banner*/
.ny-ban {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:100px;
	background-size: cover !important;
}
.ny-ban .title h3 {
	font-family: 黑体;
	font-size: 42px;
	line-height: 1;
	margin-bottom: 12px;
}
.ny-ban .title span {
	display: block;
	text-transform: uppercase;
	font-family: "din";
	line-height: 1;
	letter-spacing: 1px;
}
/*内页 面包屑导航*/
.inner{
	background: #fff;
	border-bottom:  1px solid #dbdbdb;
	position: relative;
}
.inner .ny-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}
.bread {
	line-height: 24px;
}
.bread .breadcrumbs i{
	font-size: 18px;
	padding-right: 3px;
}
.bread .breadcrumbs em {
	padding: 0 3px;
}
.bread .breadcrumbs a:last-child{
	color: #04952c;
}
.bread .breadcrumbs a:hover {
	color: #04952c;
}
/*内页 二级分类*/
.nycate .btn{
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #04952C;
	color: #fff;
	margin-right: -10px;	
	position: relative;
}
.nycate .btn i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.nycate .btn i.on{
	opacity: 1;
	z-index: 2;
}
.nycate .list{
	display: flex;
}

.nycate .list a{
	display: block;
	padding: 0 40px;
	line-height: 70px;
	background: #04952c;
	color: #fff;
	margin-left: 1px;
}
.nycate .list a.on:before{
	width: 100%;
	left: 0;
	opacity: 1;
}
/*内页 列表分页*/
.pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.pagination a{
	display: block;
	height: 50px;
	border:1px solid #dbdbdb;
	line-height: 48px;
	text-align: center;
	color: #333;
	margin: 0 5px;
}
.pagination a.page-item{
	width: 90px;
}
.pagination a.page-num{
	width: 50px;
	font-family: din;
}
.pagination a.page-num.page-num-current,
.pagination a:hover{
	border-color: #04952c !important;
	background: #04952c;
	color: #fff;
}
/*关键词*/
.xqkey {
	align-items: center;
	padding: 30px 40px;
	line-height: 1;
	font-size: 15px;
	border-top: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
}
.xqkey span {
	color: #04952c;
}

/*内页 详情分页*/
.paging{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px;
	
}
.paging a{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 42px;
	color: #808080;
}
.paging a.more{
	padding: 0 30px;
	background: #04952c;
	color: #fff;
}
.paging a i{
	font-size: 12px;
}
.paging a.prev:hover,
.paging a.next:hover{
	color: #04952c;
}


/*产品列表*/
.nyproduct{
	padding: 80px 0;
}
.mobprocate{
	display: none;
}
.nycate.mobprocate .list{
	width: 210px;
	right: -210px;
}
.nyprocate .list{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nyprocate .list a{
	width: calc((100% - 3px) / 4);
	background: #168e3b;
	text-align: center;
	line-height: 70px;
	color: #fff;
	position: relative;
	font-size: 16px;
}
.nyprocate .list a:before{
	content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color: transparent;
    border-top-color: #006eb5;
    transition: all 0.4s;
    opacity: 0;
}
.nyprocate .list a.on,
.nyprocate .list a:hover{
	background: #006eb5;
}
.nyprocate .list a.on:before{
	bottom: -10px;
	opacity: 1;
}
.nyprolist{
	margin-top: 40px;
}
.nyprolist ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: -15px;
	
}
.nyprolist ul li{
	width: calc((100% - 90px) / 3);
	margin: 15px;
	background: #f5f5f5;
	
}
.nyprolist ul li .pic{
	overflow: hidden;
}
.nyprolist ul li .pic img{
	object-fit: cover;
	height: 300px;
	width: 100%;
}
.nyprolist ul li:hover .pic img{
	transform: scale(1.1);
}
.nyprolist ul li .content{
	text-align: center;
	padding: 30px;
	position: relative;
}
.nyprolist ul li .content:before{
	content: "";
	background: #168e3b;
	height: 3px;
	width: 0;
	position: absolute;
	left: 50%;
	top: 0;
	opacity: 0;
	transition: all 0.3s;
}
.nyprolist ul li .content h3{
	font-size: 24px;
	color: #333;
}
.nyprolist ul li .content p{
	text-align: justify;
	text-align-last: center;
	font-size: 15px;
	line-height: 28px;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.nyprolist ul li .content span{
	display: block;
	font-size: 14px;
	width: 120px;
	line-height: 40px;
	text-align: center;
	margin: 20px auto 10px;
	background: #168e3b;
	color: #fff;
}
.nyprolist ul li:hover{
	background: #FFFFFF;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
}
.nyprolist ul li:hover .content:before{
	width: 100%;
	left: 0;
	opacity: 1;
}
.nyprolist ul li:hover .content span{
	background: #006eb5;
}
/*产品详情*/
.nyprodetails .inner{
	margin-top: 100px;
	border: none;
	background: #f5f5f5;
}

.prodes .ny-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 80px 10px;
}

.prodes .summary,
.prodes .pic {
	width: calc((100% - 80px) / 2);
}

.prodes .summary .title {
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}

.prodes .summary .title h4 {
	font-size: 60px;
	color: #1a1a1a;
	font-family: "黑体";
	line-height: 1;
}
.prodes .summary .title h3 {
	margin-top: 20px;
}

.prodes .summary .title h3 a {
	color: #1a8f3b;
}

.prodes .summary .title h3 a:hover {
	color: ##db2017;
}


.prodes .summary .describe span {
	color: #168e3b;
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
}

.prodes .summary .describe p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.8;
	text-align: justify;
}

.prodes .summary .conInfo p {
	line-height: 2;
}

.prodes .summary .conInfo p a {
	font-family: din;
	color: #0068B7;
}

.prodes .summary .conInfo p a:hover {
	text-decoration: underline;
}

.prodes .summary .conBtn {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.prodes .summary .conBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	line-height: 56px;
	cursor: pointer;
	margin-right: 20px;
	position: relative;
	z-index: 0;
	color: #fff;
}
.prodes .summary .conBtn a.btn1{
	background: #006eb5;
}
.prodes .summary .conBtn a.btn2{
	background: #168e3b;
}
.prodes .summary .conBtn a:before{
	content: "";
	width: 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	transition: all 0.3s;
}
.prodes .summary .conBtn a.btn1:before{
	background: #1786ce;
}
.prodes .summary .conBtn a.btn2:before{
	background: #66a131;
}
.prodes .summary .conBtn a:hover:before{
	left: 0;
	opacity: 1;
	width: 100%;
}
.prodes .summary .conBtn a i {
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
}
.prodes .pic {
	overflow: hidden;
}
.prodes .pic:hover img{
	transform: scale(1.1);
}
.proxq{
	background: #f5f5f5;
	padding: 80px 0;
}
.proxq .details{
	background: #fff;
	padding: 0 60px;
}
.proxq .details .title{
	font-size: 42px;
	color: #1A1A1A;
	line-height: 1;
	padding:50px 0 30px;
	border-bottom: 1px solid #dbdbdb;
}
.proxq .details .content{
	padding: 10px 0 40px;
}
.proxq .details .content h3{
	font-size: 20px;
	color: #168e3b;
	padding-bottom: 5px;
	margin-top: 20px;
}
.proxq .details .content p{
	line-height: 28px;
	text-align: justify;
}

.proxq .details .content strong{
	font-weight: bold;
}

.proxq .details .content table{
	width: 100%;
	margin: 10px 0 20px;
}
.proxq .details .content table tr td{
	/*width: 50%;*/
	border: 1px solid #e5e5e5;
	text-align: center;
	background: #f7fff9;
	padding: 15px 0;
	color: #333;
}
.proxq .details .content table tr:nth-child(2n) td{
	background: #f4fbff;
}
.proxq .xqkey{
	background: #fff;
	padding: 30px 60px;
}
.proxq .paging{
	background: #fff;
	padding: 40px 60px;
}

/*产品询盘*/
.proInquiry {
	padding: 80px 0;
}
.proInquiry .title{
	font-size: 42px;
	color: #1A1A1A;
	line-height: 1;
	margin-bottom: 50px;
}
.proInquiry dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proInquiry dl dd {
	width: calc((100% - 60px) / 3);
	margin-bottom: 30px;
}
.proInquiry dl dd.message {
	width: 100% !important;
}
.proInquiry span,
.proInquiry input,
.proInquiry button,
.proInquiry textarea {
	display: block;
	width: 100%;
}
.proInquiry span {
	margin-bottom: 15px;
	line-height: 1;
}
.proInquiry span i {
	color: #ea1213;
}
.proInquiry input,
.proInquiry textarea {
	border: 1px solid #dbdbdb;
	padding: 15px;
	line-height: 28px;
	font-size: 16px;
	background: #f5f5f5;
	color: #333;
}
.proInquiry input:focus,
.proInquiry textarea:focus {
	border-color: #04952c;
}
.proInquiry textarea {
	height: 160px;
}
.proInquiry dl dt {
	width: 200px;
	margin-top: 10px;
}
.proInquiry dl dt button {
	background: #04952c;
	color: #fff;
	line-height: 60px;
	cursor: pointer;
	transition: all 0.4s;
	font-size: 16px;
}

/*关于我们*/
.nytitle{
	width: 100%;
    font-size: 42px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1;
}
/*图册样式*/
.nylightgallery #animated-thumbnails-gallery{
	display: flex;
	flex-wrap: wrap;
	height: auto !important;
}
.nylightgallery #animated-thumbnails-gallery a{
	display: block;
	position: unset;
	height: auto !important;
	cursor: pointer;
	padding: 5px;
}
.nylightgallery #animated-thumbnails-gallery a .pic {
	padding: 5px;
	border: 1px solid #ccc;
	transition: all 0.4s;
	background: #fff;
}
.nylightgallery #animated-thumbnails-gallery a .pic img {
	display: block;
	width: 100% !important;
	position: unset;
	height: auto !important;
	margin: 0 auto !important;
}
.nylightgallery #animated-thumbnails-gallery a:hover .pic {
	border-color: #04952c;
}
/*公司简介*/
.ny-profile{
	padding: 80px 0;
}
.ny-profile .content{
	margin-top: 30px;
}
.ny-profile .content p{
	font-size: 16px;
	padding: 6px 0;
	line-height: 30px;
	text-indent: 2rem;
	color: #808080;
}
.ny-profile .number{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.ny-profile .number li{
	display: flex;
	align-items: flex-end;
}
.ny-profile .number h3{
	font-size: 70px;
	line-height: 56px;
	font-family: din-m;
	color: #04952C;
	padding: 0 5px;
}
.ny-profile .number p{
	line-height: 1;
	color: #333;
}
.ny-factory{
	padding: 0;
}
.ny-factory .lightgalleryswiper ul li{
	overflow: hidden;
	cursor: pointer;	
}
.ny-factory .lightgalleryswiper ul li img{
	height: 280px;
	width: 100%;
	object-fit: cover;	
}
.lightgalleryswiper .swiper-button-prev,
.lightgalleryswiper .swiper-button-next{
	background: rgba(0,0,0,0.5);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin: 0;
	transform: translateY(-50%);
	transition: all 0.4s;
}
.lightgalleryswiper .swiper-button-prev{
	left: 50px;
}
.lightgalleryswiper .swiper-button-next{
	right: 50px;
}
.lightgalleryswiper .swiper-button-prev:hover,
.lightgalleryswiper .swiper-button-next:hover{
	background: #04952C;
}
.ny-factory  .swiper-pagination{
	position: unset;
	max-width: 1320px;
	margin: 50px auto 80px;
	height: 4px;
}
.ny-factory  .swiper-pagination span.swiper-pagination-progressbar-fill{
	background: #04952C;
}
.ny-factory .lightgalleryswiper ul li:hover img{
	transform: scale(1.1);
}
/*荣誉资质*/
.ny-honor{
	padding: 80px 0;
}
.ny-honor .nylightgallery{
	margin: 45px -5px -5px;
}
.ny-honor .nylightgallery #animated-thumbnails-gallery a {
	width: calc(100% / 6) !important;
}
/*车间设备*/
.ny-workshop{
	padding: 80px 0;
}
.ny-workshop .nylightgallery{
	margin: 45px -5px -5px;
}
.ny-workshop .nylightgallery #animated-thumbnails-gallery a {
	width: calc(100% / 4) !important;
}

/*服务保证*/
.ny-service{
	padding: 80px 0;
}
.ny-service .number{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 45px;
}
.ny-service .number li{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 0 80px;
	border-right: 1px solid #dbdbdb;
}
.ny-service .number li:last-child{
	border-right: none;
}
.ny-service .number h3{
	font-size: 90px;
	line-height: 80px;
	font-family: din-m;
	color: #04952C;
	padding: 0 5px;
}
.ny-service .number p{
	font-size:24px;
	line-height: 1;
	color: #333;
	margin-right: 10px;
}
.ny-service .list{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.ny-service .list i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin: 0 auto 30px;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.ny-service .list dd{
	width: calc((100% - 60px) / 3);
	background: #f5f5f5;
	padding: 40px;
}
.ny-service .list dd p{
	line-height: 28px;
	text-align-last: center;
}
/*新闻列表*/
.nynewslist{
	background: #f5f5f5;
	padding: 80px 0;
}

.newslist ul li {
	border-top: 1px solid #f0f0f0;
	background: #fff;
}
.newslist ul li:first-child {
	border: none;
}
.newslist ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 40px;
}
.newslist ul li a .pic {
	width: 300px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
}
.newslist ul li a .pic img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	transition: all 0.6s;
	height: 200px;
}
.newslist ul li a .content {
	width: calc(100% - 360px);
	padding: 0 40px;
}
.newslist ul li a .content h3 {
	font-size: 24px;
	line-height: 1;
	color: #1a1a1a;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newslist ul li a .content p {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	line-height: 28px;
	font-size: 15px;
	margin: 15px 0 30px;
	color: #808080;
}
.newslist ul li a .content span {
	display: block;
	width: 120px;
	line-height: 42px;
	font-size: 14px;
	background: #04952c;
}
.newslist ul li a .content span i{
	padding-left: 10px;
}
.newslist ul li a .date {
	width: 60px;
	text-align: center;
}
.newslist ul li a .date span{
	display: block;
	font-size: 58px;
	font-family: din;
	line-height: 50px;
	color: #04952c;
}
.newslist ul li a .date em{
	display: block;
	font-family: din;
	line-height: 1;
	margin-top: 10px;
	color: #999;
}
.newslist ul li:hover{
	box-shadow: 0px 5px 80px 0px rgba(0,11,21,0.1);
	border-color: #fff;
}
.newslist ul li:hover a .pic img {
	transform: scale(1.1);
}
.newslist ul li:hover a .content h3 {
	color: #04952c;
}


/*新闻详情*/
.nynewsdetails{
	background: #f5f5f5;
	padding: 80px 0;
}
.nynewsdetails .ny-container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.nynewsdetails .ny-container .left{
	width: 920px;
	background: #fff;
}
.news-xq{
	padding: 40px 40px 20px;
}
.news-xq .xq-title {
	font-size: 32px;
	color: #1a1a1a;
	line-height: 1;
}
.news-xq .xq-data {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0 25px;
}
.news-xq .xq-data li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
	line-height: 1;
}
.news-xq .xq-data li span {
	font-family: din-r;
}
.news-xq .content {
	border-top: 1px solid #dbdbdb;
	padding-top: 20px;
}
.news-xq .content p {
	padding: 4px 0;
	font-size: 15px;
	line-height: 1.8;
	text-indent: 2rem;
	text-align: justify;
}
.news-xq .content img {
	max-width: 100%;
	width: auto;
	margin: 5px auto;
}
.nynewsdetails .ny-container .right{
	width: 360px;
	background: #fff;
}
.hotnews dt{
	padding: 20px 30px;
	font-size: 24px;
	line-height: 1;
	color: #04952c;
}
.hotnews dd a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px;
	border-top: 2px solid #f5f5f5;
}
.hotnews dd a h3{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
	line-height: 1;
}
.hotnews dd a .pic{
	width: 100px;
	border-radius: 2px;
	overflow: hidden;
}
.hotnews dd a .pic img{
	width: 100%;
	height: 72px;
	object-fit: cover;
}
.hotnews dd a .summary{
	width: calc(100% - 100px);
	padding-left: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	text-align: justify;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.hotnews dd:hover a{
	background: #04952c;
}
.hotnews dd:hover a h3{
	color: #fff;
}
.hotnews dd:hover a .summary{
	color: #fff;
}
/*联系我们*/
.nycontact {
	padding: 80px 0 40px;
}
.nycontact .list dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.nycontact .list dl h2 {
	width: 100%;
	font-size: 42px;
	line-height: 1;
	color: #1a1a1a;
	padding-bottom: 20px;
}
.nycontact .list dl.first dd {
	width: calc((100% - 30px) / 2);
	margin-top: 30px;
}
.nycontact .list dl dt {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.nycontact .list dl dt i {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 32px;
	height: 32px;
}
.nycontact .list dl dt span {
	font-size: 28px;
	line-height: 32px;
	margin-left: 8px;
	color: #333;
}
.nycontact .list dl dd {
	width: calc((100% - 60px) / 3);
	padding: 25px 40px;
	background: #f5f5f5;
	font-size: 18px;
	line-height: 1;
}
.nycontact .list dl dd i {
	padding-left: 18px;
}
.nycontact .list dl dd a {
	font-family: din-m;
	font-size: 19px;
	color: #04952c;
}
.nycontact .list dl dd span {
	font-family: din;
	font-size: 19px;
	color: #808080;
}
.nycontact .list .map {
	margin-bottom: 40px;
}
.nycontact .list dl dd a:hover {
	text-decoration: underline;
}
.nyfeed {
	padding: 80px 0;
	background: url(../images/feedBg.jpg) no-repeat center bottom #f5f5f5;
}
.nyfeed h2 {
	font-size: 42px;
	line-height: 1;
	color: #1a1a1a;
	padding-bottom: 50px;
}
.nyfeed .feedback dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nyfeed .feedback dl dd {
	width: calc((100% - 60px) / 3);
	margin-bottom: 30px;
}
.nyfeed .feedback dl dd.message {
	width: 100% !important;
}
.nyfeed .feedback span,
.nyfeed .feedback input,
.nyfeed .feedback button,
.nyfeed .feedback textarea {
	display: block;
	width: 100%;
}
.nyfeed .feedback span {
	margin-bottom: 15px;
	line-height: 1;
}
.nyfeed .feedback span i {
	color: #ea1213;
}
.nyfeed .feedback input,
.nyfeed .feedback textarea {
	border: 1px solid #dbdbdb;
	padding: 15px;
	line-height: 28px;
	font-size: 16px;
	background: #fff;
}
.nyfeed .feedback input:focus,
.nyfeed .feedback textarea:focus {
	border-color: #04952c;
}
.nyfeed .feedback textarea {
	height: 160px;
}
.nyfeed .feedback dl dt {
	width: 200px;
	margin-top: 10px;
}
.nyfeed .feedback dl dt button {
	background: #04952c;
	color: #fff;
	line-height: 60px;
	cursor: pointer;
	transition: all 0.4s;
	font-size: 16px;
}

/*地图*/
#mapContainer {
	width: 100%;
	height: 450px;
	margin: 0;
	border: 1px solid #ccc;
}

#mapContainer .info {
	border: 1px solid #ccc;
	width: 370px;
}

#tip {
	height: 30px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	bottom: 20px;
	border-radius: 3px;
	line-height: 30px;
	border: 1px solid #ccc;
}

div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
}

div.info-top div {
	display: block;
	color: #172029;
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	text-align: left;
}

div.info-top img {
	position: absolute;
	top: 16px;
	right: 10px;
	transition-duration: 0.25s;
}

div.info-middle {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.info-middle img {
	float: none !important;
	margin: 0 15px 0 0 !important;
}

div.info-middle p {
	font-size: 14px;
	line-height: 24px;
}

div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}

div.info-bottom img {
	position: relative;
	z-index: 104;
	left: 46%;
}